object frAttrEditorForm: TfrAttrEditorForm Left = 200 Top = 108 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'Additional attributes' ClientHeight = 89 ClientWidth = 285 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter ShowHint = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 125 Top = 60 Width = 75 Height = 25 HelpContext = 1 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 205 Top = 60 Width = 75 Height = 25 HelpContext = 2 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object GB1: TGroupBox Left = 4 Top = 4 Width = 277 Height = 47 TabOrder = 0 object Edit1: TfrComboEdit Left = 8 Top = 16 Width = 261 Height = 21 HelpContext = 200 Style = csSimple ItemHeight = 13 TabOrder = 0 Glyph.Data = { D6000000424DD60000000000000076000000280000000C0000000C0000000100 0400000000006000000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00707777777777 0000770777777777000077087007007700007780778007770000778087700077 0000777087007807000077780777777700007700000777770000777708777777 0000777700780777000077777000777700007777777777770000} OnButtonClick = frSpeedButton1Click end end end